home *** CD-ROM | disk | FTP | other *** search
/ Virtual Valerie 2 / Virtual Valerie 2.iso / pc / data / brm9 / 00031.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  189 b   |  13 lines

  1. on exitFrame
  2.   set x to random(3)
  3.   if x = 1 then
  4.     puppetSound("hey")
  5.   end if
  6.   if x = 2 then
  7.     puppetSound("fuck")
  8.   end if
  9.   if x = 3 then
  10.     puppetSound("you moron")
  11.   end if
  12. end
  13.